Page-Inversion Information
The collection item ID for page-inversion information is defined in the following enumeration:
enum { gxInvertPageTag = 'invp' };QuickDraw GX stores page-inversion information in the gxInvertPageInfo structure:
struct gxInvertPageInfo { Boolean invert; };
Field Description
invert
- The user-specified page-inversion information, which indicates whether a user chooses to invert a page before printing. If
true
, the page is inverted; otherwise, it is not inverted.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help